projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
153e1ba
)
Call setup-default-fontset.
author
Kenichi Handa
<handa@m17n.org>
Fri, 17 Jan 2003 08:17:03 +0000
(08:17 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 17 Jan 2003 08:17:03 +0000
(08:17 +0000)
lisp/term/w32-win.el
patch
|
blob
|
history
diff --git
a/lisp/term/w32-win.el
b/lisp/term/w32-win.el
index 657ab67ee46938e804b50441741ef858a2cf2831..0b8862f25f0449060c17bc83d030b92c465b0216 100644
(file)
--- a/
lisp/term/w32-win.el
+++ b/
lisp/term/w32-win.el
@@
-1121,6
+1121,8
@@
See the documentation of `create-fontset-from-fontset-spec for the format.")
;; Conditional on new-fontset so bootstrapping works on non-GUI compiles
(if (fboundp 'new-fontset)
(progn
+ ;; Setup the default fontset.
+ (setup-default-fontset)
;; Create the standard fontset.
(create-fontset-from-fontset-spec w32-standard-fontset-spec t)
;; Create fontset specified in X resources "Fontset-N" (N is 0, 1,...).